Package com.cisco.pt.ipc.sim
Interface IPsecPeer
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
IPsecPeerImpl
Information provided by the PKI file:
\class IpsecPeer
\brief IpsecPeer handles and manipulates IPSec peers.
\example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getCurrentSaGroup
IPsecSaGroup getCurrentSaGroup()Information provided by the PKI file:
\brief Returns the current IPSec SA group. \return IpsecSaGroup, the IpsecSaGroup object.- Returns:
- IPsecSaGroup Returns a IPsecSaGroup
-
getPeerIp
IPAddress getPeerIp()Information provided by the PKI file:
\brief Returns the IPSec peer IP address. \return ip, the IPSec peer IP address.- Returns:
- IPAddress Returns a IPAddress
-